@@ -0,0 +1,21 @@  | 
            ||
| 1 | 
                +# -*- coding: utf-8 -*-  | 
            |
| 2 | 
                +# Generated by Django 1.11.16 on 2018-11-16 16:52  | 
            |
| 3 | 
                +from __future__ import unicode_literals  | 
            |
| 4 | 
                +  | 
            |
| 5 | 
                +from django.db import migrations  | 
            |
| 6 | 
                +import shortuuidfield.fields  | 
            |
| 7 | 
                +  | 
            |
| 8 | 
                +  | 
            |
| 9 | 
                +class Migration(migrations.Migration):  | 
            |
| 10 | 
                +  | 
            |
| 11 | 
                + dependencies = [  | 
            |
| 12 | 
                +        ('guideline', '0001_initial'),
               | 
            |
| 13 | 
                + ]  | 
            |
| 14 | 
                +  | 
            |
| 15 | 
                + operations = [  | 
            |
| 16 | 
                + migrations.AlterField(  | 
            |
| 17 | 
                + model_name='screenadmininfo',  | 
            |
| 18 | 
                + name='admin_id',  | 
            |
| 19 | 
                + field=shortuuidfield.fields.ShortUUIDField(blank=True, db_index=True, editable=False, help_text='\u5927\u5c4f\u7ba1\u7406\u5458\u552f\u4e00\u6807\u8bc6', max_length=22, null=True, unique=True),  | 
            |
| 20 | 
                + ),  | 
            |
| 21 | 
                + ]  | 
            
                @@ -0,0 +1,26 @@  | 
            ||
| 1 | 
                +# -*- coding: utf-8 -*-  | 
            |
| 2 | 
                +# Generated by Django 1.11.16 on 2018-11-16 16:52  | 
            |
| 3 | 
                +from __future__ import unicode_literals  | 
            |
| 4 | 
                +  | 
            |
| 5 | 
                +from django.db import migrations, models  | 
            |
| 6 | 
                +import django_models_ext.fileext  | 
            |
| 7 | 
                +  | 
            |
| 8 | 
                +  | 
            |
| 9 | 
                +class Migration(migrations.Migration):  | 
            |
| 10 | 
                +  | 
            |
| 11 | 
                + dependencies = [  | 
            |
| 12 | 
                +        ('mch', '0028_consumeinfosubmitloginfo_dupload'),
               | 
            |
| 13 | 
                + ]  | 
            |
| 14 | 
                +  | 
            |
| 15 | 
                + operations = [  | 
            |
| 16 | 
                + migrations.AddField(  | 
            |
| 17 | 
                + model_name='modelinfo',  | 
            |
| 18 | 
                + name='image2',  | 
            |
| 19 | 
                + field=models.ImageField(blank=True, help_text='\u56fe\u72472', null=True, upload_to=django_models_ext.fileext.upload_path, verbose_name='image2'),  | 
            |
| 20 | 
                + ),  | 
            |
| 21 | 
                + migrations.AddField(  | 
            |
| 22 | 
                + model_name='saleclerkinfo',  | 
            |
| 23 | 
                + name='num',  | 
            |
| 24 | 
                + field=models.IntegerField(default=0, help_text='\u652f\u6570', verbose_name='num'),  | 
            |
| 25 | 
                + ),  | 
            |
| 26 | 
                + ]  | 
            
                @@ -0,0 +1,19 @@  | 
            ||
| 1 | 
                +# -*- coding: utf-8 -*-  | 
            |
| 2 | 
                +# Generated by Django 1.11.16 on 2018-11-16 16:52  | 
            |
| 3 | 
                +from __future__ import unicode_literals  | 
            |
| 4 | 
                +  | 
            |
| 5 | 
                +from django.db import migrations  | 
            |
| 6 | 
                +  | 
            |
| 7 | 
                +  | 
            |
| 8 | 
                +class Migration(migrations.Migration):  | 
            |
| 9 | 
                +  | 
            |
| 10 | 
                + dependencies = [  | 
            |
| 11 | 
                +        ('statistic', '0011_consumeuserstatisticinfo'),
               | 
            |
| 12 | 
                + ]  | 
            |
| 13 | 
                +  | 
            |
| 14 | 
                + operations = [  | 
            |
| 15 | 
                + migrations.AlterModelOptions(  | 
            |
| 16 | 
                + name='consumeuserstatisticinfo',  | 
            |
| 17 | 
                +            options={'verbose_name': '[\u6d88\u8d39\u8005\u7ef4\u5ea6]\u7528\u6237\u7edf\u8ba1', 'verbose_name_plural': '[\u6d88\u8d39\u8005\u7ef4\u5ea6]\u7528\u6237\u7edf\u8ba1'},
               | 
            |
| 18 | 
                + ),  | 
            |
| 19 | 
                + ]  |